DataCollection | ComponentOne
C1.DataCollection.SignalR.Client Assembly / C1.DataCollection.SignalR.Client Namespace / C1ProxyDataCollection<T> Class / GetLoadedItems Method / GetLoadedItems() Method

In This Topic
    GetLoadedItems() Method
    In This Topic
    Returns the items that has be loaded so far.
    Syntax
    'Declaration
     
    Public Overloads Function GetLoadedItems() As IEnumerable(Of ILoadedItem(Of T))
    public IEnumerable<ILoadedItem<T>> GetLoadedItems()
    See Also